Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit dccfc5ce77bf6c2ce7aabb2c800b673c03bd1a7f


Parents : 1f07bde
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-09-28T20:58:02+02:00

Updated build requirements

Changes

1 files changed, 3 insertions(+), 1 deletions(-)


Diff

diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index fe766a7e..a29e353f 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -13,6 +13,7 @@ version.filename = %(source.dir)s/main.py
android.numeric_version = 1
+# requirements = python3==3.10.6,hostpython3==3.10.6,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,pydenticon
requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,pydenticon
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
requirements.source.kivymd = ../../Others/KivyMD-master
@@ -28,9 +29,10 @@ fullscreen = 0
android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE
android.api = 30
android.minapi = 27
-android.ndk = 19b
+android.ndk = 23b
android.skip_update = False
android.accept_sdk_license = True
+android.release_artifact = apk
android.archs = arm64-v8a
#android.logcat_filters = *:S python:D


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────